<!DOCTYPE html>
<html>
<head>
<title>W3.CSS(w3cschool.cn)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
</head>
<body>
<div class="w3-container">
<h2>圆角图像</h2>
<p>使用 w3-round 类制作图像的圆角:</p>
<p>w3-round-small:</p>
<img src="https://atts.w3cschool.cn/img_lights.jpg" class="w3-round-small" alt="Norway" style="width:30%">
<p>w3-round:</p>
<img src="https://atts.w3cschool.cn/img_lights.jpg" class="w3-round" alt="Norway" style="width:30%">
<p>w3-round-large:</p>
<img src="https://atts.w3cschool.cn/img_lights.jpg" class="w3-round-large" alt="Norway" style="width:30%">
<p>w3-round-xlarge:</p>
<img src="https://atts.w3cschool.cn/img_lights.jpg" class="w3-round-xlarge" alt="Norway" style="width:30%">
<p>w3-round-xxlarge:</p>
<img src="https://atts.w3cschool.cn/img_lights.jpg" class="w3-round-xxlarge" alt="Norway" style="width:30%">
</div>
</body>
</html>